Now we need to count how many times the left arrow key is pressed. Click on the Python tab again to find Data.
- Go to and drag Global Variable right below the line ····#·add·other·actions...¬
All of the commands inside an event should have a green block ···· in front of them and will only run when signalled.
- Change the variable that comes after the keyword global to left_count.
The keyword global allows us to change the value of a variable inside of an event.
To navigate the page using the TAB key, first press ESC to exit the code editor.